home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / faq / amigafaq.lha / AmigaFAQ / programmer / pragmas / muimaster_pragmas.h < prev    next >
C/C++ Source or Header  |  1994-07-28  |  918b  |  25 lines

  1. #ifndef PRAGMAS_MUIMASTER_PRAGMAS_H
  2. #define PRAGMAS_MUIMASTER_PRAGMAS_H
  3.  
  4. #ifndef CLIB_MUIMASTER_PROTOS_H
  5. #include <clib/muimaster_protos.h>
  6. #endif
  7.  
  8. extern struct Library *MUIMasterBase;
  9.  
  10. #pragma libcall MUIMasterBase MUI_NewObjectA 1e 9802
  11. #pragma libcall MUIMasterBase MUI_DisposeObject 24 801
  12. #pragma libcall MUIMasterBase MUI_RequestA 2a BA9821007
  13. #pragma libcall MUIMasterBase MUI_AllocAslRequest 30 8002
  14. #pragma libcall MUIMasterBase MUI_AslRequest 36 9802
  15. #pragma libcall MUIMasterBase MUI_FreeAslRequest 3c 801
  16. #pragma libcall MUIMasterBase MUI_Error 42 00
  17. #pragma libcall MUIMasterBase MUI_SetError 48 001
  18. #pragma libcall MUIMasterBase MUI_GetClass 4e 801
  19. #pragma libcall MUIMasterBase MUI_FreeClass 54 801
  20. #pragma libcall MUIMasterBase MUI_RequestIDCMP 5a 0802
  21. #pragma libcall MUIMasterBase MUI_RejectIDCMP 60 0802
  22. #pragma libcall MUIMasterBase MUI_Redraw 66 0802
  23.  
  24. #endif  /*  PRAGMAS_MUIMASTER_PRAGMAS_H  */
  25.